home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 August 15 / CD [VMAG950815].bin / epson / print.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1995-06-14  |  187 b   |  11 lines

  1. on mouseUp
  2.   puppetSound("CLICK")
  3.   puppetSprite(4, 1)
  4.   set the castNum of sprite 4 to 18
  5.   if not rollOver(4) then
  6.     puppetSprite(4, 0)
  7.   end if
  8.   puppetSprite(4, 0)
  9.   go(1, "B")
  10. end
  11.